C Prediction Sample - SQPCSample

This is an example program for using the SIMCA-QP predictions part and the C interface of SIMCA-Q dll. 

The application is a console application that takes the path 
to an usp as input and optionally a text file to write output:

>>.\SQPPlusCSample.exe FOODS.usp [FOODS.txt]

Also see the readme.md file in the main Samples folder for general info on the Visual Studio sample projects.
sqpcsample.vcxproj

    This is the project file you open in Visual Studio.

sqpcsample.cpp
    This is the main application source file.

sqrunner.c
    This is the c file where the actual interaction with SIMCA-QP takes place.
